home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- BT Constants.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for shared constants.
-
- ___________________________________________________________________________
- */
- #ifndef __BT_CONSTANTS__
- #define __BT_CONSTANTS__
- //=============================================================================
- // Defines
- //-----------------------------------------------------------------------------
- #define kMenuSelect 1 // Index into theCodeResources
- #define kPlaySound 2 // Index into theCodeResources
-
- #define kBellTestAddressTable 'BeLl' // Address table selector
- #define kMenuSelectResType 'Code' // Resource type of patch
- #define kPlaySoundResType 'Code' // Resource type of code block
- #define kMenuSelectResID 128 // Resource id of patch
- #define kPlaySoundResID 129 // Resource id of code block
-
-
- #endif
-